DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionBase<T> Class
The type of the items in the collection.
Members

In This Topic
    C1DataCollectionBase<T> Class
    In This Topic
    Base class for data collections.
    Object Model
    C1DataCollectionBase<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1DataCollectionBase(Of T As Class) 
       Implements IDataCollection(Of T) 
    public abstract class C1DataCollectionBase<T> : IDataCollection<T>  
    where T: class
    Type Parameters
    T
    The type of the items in the collection.
    Inheritance Hierarchy
    See Also